ALSA: timer: Avoid ABI change in 4.13.13
authorBen Hutchings <ben@decadent.org.uk>
Thu, 16 Nov 2017 20:46:00 +0000 (20:46 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 16 Nov 2017 21:04:10 +0000 (21:04 +0000)
commit918201ea2fc6f31fa5b49cf685df7dd5038bc609
treed08f576af6fc66d86fe846fe6f22900e9d6cfcfd
parentc43b0c20489b533a6eb549d1c8c5e53f95d8a235
ALSA: timer: Avoid ABI change in 4.13.13

Commit 9b7d869ee5a7 ("ALSA: timer: Limit max instances per timer")
added two new members to the end of struct snd_timer, and this changes
ABI for many exported symbols.  However, snd_timer is always allocated
in the snd-timer module, which is the same place the new members are
used.  We can safely hide the change from genksyms.

Gbp-Pq: Topic debian
Gbp-Pq: Name alsa-timer-avoid-abi-change-in-4.13.13.patch
include/sound/timer.h